API Help
Eplan.EplApi.DataModel.E3D Namespace / Area Class / Create Method / Create(Project,FunctionDefinition,PointD,List<Placement3D>) Method
Project to which this object will be assign. Can't be null.
Eplan.EplApi.DataModel.FunctionDefinition which determins type of area. Can't be null.
Point object which represents height and width of Area object.
List of 3d objects additionaly created while Area object had been created.

Create(Project,FunctionDefinition,PointD,List<Placement3D>) Method
Creates not placed Area object.
Syntax

Parameters

oProject
Project to which this object will be assign. Can't be null.
oFunctionDefinition
Eplan.EplApi.DataModel.FunctionDefinition which determins type of area. Can't be null.
oSize
Point object which represents height and width of Area object.
listOfAdditionalObjects
List of 3d objects additionaly created while Area object had been created.
Exceptions
ExceptionDescription
Thrown when param is null value. Check exception message for more info.
Thrown when function definitions category is incorrect.
Thrown when the Area cannot be created.
Remarks
List of possible function definitions that can be created as Area object is restricted into this:
  • Area definition
  • Wiring cut-out
  • Routing range
See Also